\(\int (b x)^m \arccos (a x)^{3/2} \, dx\) [125]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [F(-2)]
   Sympy [N/A]
   Maxima [F(-2)]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 14, antiderivative size = 14 \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\text {Int}\left ((b x)^m \arccos (a x)^{3/2},x\right ) \]

[Out]

Unintegrable((b*x)^m*arccos(a*x)^(3/2),x)

Rubi [N/A]

Not integrable

Time = 0.01 (sec) , antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\int (b x)^m \arccos (a x)^{3/2} \, dx \]

[In]

Int[(b*x)^m*ArcCos[a*x]^(3/2),x]

[Out]

Defer[Int][(b*x)^m*ArcCos[a*x]^(3/2), x]

Rubi steps \begin{align*} \text {integral}& = \int (b x)^m \arccos (a x)^{3/2} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 0.64 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.14 \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\int (b x)^m \arccos (a x)^{3/2} \, dx \]

[In]

Integrate[(b*x)^m*ArcCos[a*x]^(3/2),x]

[Out]

Integrate[(b*x)^m*ArcCos[a*x]^(3/2), x]

Maple [N/A] (verified)

Not integrable

Time = 0.54 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.86

\[\int \left (b x \right )^{m} \arccos \left (a x \right )^{\frac {3}{2}}d x\]

[In]

int((b*x)^m*arccos(a*x)^(3/2),x)

[Out]

int((b*x)^m*arccos(a*x)^(3/2),x)

Fricas [F(-2)]

Exception generated. \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((b*x)^m*arccos(a*x)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [N/A]

Not integrable

Time = 64.63 (sec) , antiderivative size = 14, normalized size of antiderivative = 1.00 \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\int \left (b x\right )^{m} \operatorname {acos}^{\frac {3}{2}}{\left (a x \right )}\, dx \]

[In]

integrate((b*x)**m*acos(a*x)**(3/2),x)

[Out]

Integral((b*x)**m*acos(a*x)**(3/2), x)

Maxima [F(-2)]

Exception generated. \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((b*x)^m*arccos(a*x)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [N/A]

Not integrable

Time = 1.49 (sec) , antiderivative size = 14, normalized size of antiderivative = 1.00 \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\int { \left (b x\right )^{m} \arccos \left (a x\right )^{\frac {3}{2}} \,d x } \]

[In]

integrate((b*x)^m*arccos(a*x)^(3/2),x, algorithm="giac")

[Out]

integrate((b*x)^m*arccos(a*x)^(3/2), x)

Mupad [N/A]

Not integrable

Time = 0.26 (sec) , antiderivative size = 14, normalized size of antiderivative = 1.00 \[ \int (b x)^m \arccos (a x)^{3/2} \, dx=\int {\mathrm {acos}\left (a\,x\right )}^{3/2}\,{\left (b\,x\right )}^m \,d x \]

[In]

int(acos(a*x)^(3/2)*(b*x)^m,x)

[Out]

int(acos(a*x)^(3/2)*(b*x)^m, x)